﻿@charset "utf-8";
@import url("default.css"); /* リセット・基本スタイルの読込 */
/*--------------------------------------------------
　全体枠
--------------------------------------------------*/
#container {
  margin: 0 auto;
  width: 1000px;
}
#container:after {
  content: "";
  display: block;
  clear: both;
}
/*--------------------------------------------------
　header
--------------------------------------------------*/
#header {
  background: url(../../nfa/img/common/header/hea_bg_01.jpg) repeat-x left top;
  height: 107px;
  padding: 0 10px;
}
#header:after {
  content: "";
  display: block;
  clear: both;
}
#header #heaBox {
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 6px;
  position: relative;
  text-align: left;
}
#header #heaBox #siteInfo {
  width: 253px;
  float: left;
}
#header #heaBox #heaMenu { /* header menu */
  float: right;
}
#header #heaBox #heaMenu ul {
  margin-right: -10px;
  display: table;
}
#header #heaBox #heaMenu li {
  display: table-cell;
  /display: inline;
  /zoom: 1;
  padding-right: 10px;
}
#header #heaBox #heaMenu li a {
  display: block;
}
#header #heaBox h1 { /* logo */
  width: 157px;
  margin-top: 28px;
}
#header #heaBox h2 { /* Team logo */
  width: 400px;
  position: absolute;
  top: 33px;
  left: 0;
}
#header #heaBox #heaSearch { /* 検索 */
  position: absolute;
  top: 50px;
  right: 0;
}
#header #heaBox #heaSearch form {
  background: url(../../nfa/img/common/header/hed_search_box.jpg) no-repeat;
  width: 186px;
  height: 25px;
  display: block;
  position: relative;
}
#header #heaBox #heaSearch .search_bg { /* 検索窓 */
  height: 15px;
  _height: 25px;
  width: 150px;
  padding: 5px;
  border: none;
  outline: none;
  position: absolute;
  top: 1px;
  left: 0px;
  background: none;
}
#header #heaBox #heaSearch .searchbutton {
  position: absolute;
  top: 0px;
  left: 160px;
}
/*--------------------------------------------------
　contents
--------------------------------------------------*/
#contents {
  margin: 0 auto;
  width: 100%;
  max-width: 1020px;
  text-align: left;
  padding: 8px 10px 0;
  box-sizing: border-box;
}
#contents:after {
  content: "";
  display: block;
  clear: both;
}
/*--------------------------------------------------
　breadcrumbs
--------------------------------------------------*/
#breadcrumbs {
  background: url(../../nfa/img/common/breadcrumbs_bg.jpg) no-repeat left top;
  max-width: 1000px;
  height: 22px;
  margin-bottom: 10px;
  line-height: 22px;
  font-size: 77%;
}
#breadcrumbs:after {
  content: "";
  display: block;
  clear: both;
}
#breadcrumbs ul {
  margin: 0 7px;
  line-height: 22px;
}
#breadcrumbs ul li {
  float: left;
  margin-right: 8px;
}
#breadcrumbs ul li a {
  display: block;
}
#breadcrumbs ul li.top a {
  background: url(../../nfa/img/common/breadcrumbs_ico_01.gif) no-repeat left 6px;
  padding-left: 18px;
}
/*--------------------------------------------------
　leftContents
--------------------------------------------------*/
.hamburger-menu #menu-btn-check {
  display: none;
}
.menu-btn {
  display: none;
}
#leftContents {
  width: 100%;
  max-width: 130px;
  float: left;
  margin-right: 15px;
}
#leftContents li {
  width: 130px;
}
/*--------------------------------------------------
　mainContents
--------------------------------------------------*/
#mainContents {
  flex: 1;
  width: 100%;
  max-width: 650px;
  float: left;
  margin-right: 15px;
}
#mainContents h2 {
  position: relative;
  padding: 10px;
  padding-left: 20px;
  text-align: left;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #004098;
  background: linear-gradient(180deg, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 1) 30%, rgba(229, 229, 229, 1) 70%, rgba(228, 228, 228, 1) 100%);
  border-top: 3px solid;
}
#mainContents h2::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  width: 12px;
  height: 20px;
  background: #004098;
  transform: translateY(-50%);
  border-radius: 0 5px 5px 0;
}
#mainContents #mainBnr img, #mainContents h2 img {
  width: 100%;
  height: auto;
}
/*--------------------------------------------------
　rightContents
--------------------------------------------------*/
#rightContents {
  width: 190px;
  float: left;
}
/*--------------------------------------------------
　navi
--------------------------------------------------*/
#globalNavi li {
  margin-bottom: 1px;
}
#globalNavi li.pageList {
  background-color: #F3F3F3;
  overflow: hidden;
  zoom: 1;
}
#globalNavi li.pageList ul li {
  padding: 10px 5px;
  background: url(../../nfa/img/common/line_02.gif) repeat-x left top;
  font-size: 92%;
  box-sizing: border-box;
  float: none;
}
#globalNavi li.pageList ul li a {
  color: #014099;
}
#globalNavi li a {
  display: block;
}
/*--------------------------------------------------
　サイド 試合日程・結果・星取表
--------------------------------------------------*/
#rightContents .rightBox {
  padding-bottom: 20px;
  font-size: 92%;
  color: #014099;
}
#rightContents a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#rightContents .rightBox h3 {
  position: relative;
  padding: 10px;
  padding-left: 20px;
  text-align: left;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #004098;
  background: linear-gradient(180deg, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 1) 30%, rgba(229, 229, 229, 1) 70%, rgba(228, 228, 228, 1) 100%);
  border-top: 3px solid;
}
#rightContents .rightBox h3::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  width: 12px;
  height: 20px;
  background: #004098;
  transform: translateY(-50%);
  border-radius: 0 5px 5px 0;
}
#rightContents .rightBox h4 {
  margin-bottom: 10px;
  padding: 5px;
  background-color: #eaeaea;
  border: solid 1px #ccc;
  text-align: center;
  line-height: 1;
}
#rightContents .rightBox ul {
  flex: 1;
  margin: 0;
  letter-spacing: -0.4em;
  text-align: center;
}
#rightContents .rightBox li {
  margin-bottom: 15px;
  letter-spacing: normal;
}
#rightContents .rightBox li a {
  display: block;
  height: 100%;
  color: #ffffff;
}
#rightContents .rightBox li .w2 {
  text-align: center;
}
#rightContents .rightBox li .w2L {
  text-align: left;
  margin-right: 10px;
}
#rightContents .rightBox li .w2R {
  text-align: right;
}
#rightContents .rightBox li .w3 {
  text-align: center;
  margin: 0 3px;
}
#rightContents .rightBox li.widget_text .textwidget p {
  display: block;
  padding: 5px 0 0 0;
  color: #333333;
  font-size: 10px;
  text-align: left;
  line-height: 1.2;
  letter-spacing: normal !important;
}
#rightContents .rightBox .wp-block-columns {
  gap: 0;
}
#rightContents .rightBox li .wp-block-columns a.wp-block-button__link.wp-element-button {
  padding: 6px 12px;
  font-size: 12px;
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
}
#rightContents .rightBox .wp-block-columns .wp-block-column:first-of-type a {
  background: #004098;
}
#rightContents .rightBox .wp-block-columns .wp-block-column:last-of-type a {
  background: #990000;
}
#rightContents .rightBox li .x2x3_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
/*#rightContents .rightBox a {
	color: #014099;
}

#rightContents .rightBox.entryList ul{
	margin:0px 6px;
}

#rightContents .rightBox.entryList ul li{
	margin-bottom:0.5em;
}

#rightContents .rightBox.matchInfo ul{
	margin:-7px -12px 0 6px;
	width:184px;
	overflow:hidden;
	_zoom:1;
}

#rightContents .rightBox.matchInfo ul li{
	float:left;
	margin-right:5px;
	padding-top:7px;
}

#rightContents .rightBox.matchInfo div {
	margin:0 0px;
	clear:both;
}

#rightContents .rightBox.matchInfo div:after {
	content: "";
	display:block;
	clear:both;
}

#rightContents .rightBox.matchInfo div img {
	margin:0px;
}*/
/*--------------------------------------------------
　右カラム・バナー
--------------------------------------------------*/
#rightContents .rightBnr ul li {
  padding-top: 10px;
}
/*--------------------------------------------------
　ページトップへもどる
--------------------------------------------------*/
#page_up {
  margin: 0 auto;
  width: 1000px;
  clear: both;
  text-align: right;
}
/*--------------------------------------------------
　footer
--------------------------------------------------*/
#footer {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  background: url(../../nfa/img/common/footer/foo_bg_01.gif) repeat-x left top;
  background-size: contain;
}
#footer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
#footer #fooBox {
  margin: 0 auto;
  max-width: 1000px;
  text-align: left;
  position: relative;
}
#footer #fooBox p {
  margin-bottom: 12px;
}
#footer #fooBox #toTop a {
  width: 109px;
  height: 18px;
  float: right;
}
#footer #fooBox #toTop a:hover {
  top: 0px;
  right: 0;
}
#footer #fooBox #copyright {
  width: 240px;
}
#footer #fooBox #fooMenu {}
#footer #fooBox #fooMenu ul {
  display: table;
  float: right;
}
#footer #fooBox #fooMenu li {
  display: table-cell;
  /display: inline;
  /zoom: 1;
  padding-right: 10px;
}
#footer #fooBox #fooMenu li a {
  display: block;
}
#footer #fooBox #fooMenu li a img {
  vertical-align: middle;
}
/*--------------------------------------------------
　汎用
--------------------------------------------------*/
.text_left {
  text-align: left !important;
}
.text_right {
  text-align: right !important;
}
.text_center {
  text-align: center !important;
}
.vT {
  vertical-align: top !important;
}
.vM {
  vertical-align: middle !important;
}
.vB {
  vertical-align: bottom !important;
}
.tDeco {
  text-decoration: underline;
}
.tnow {
  white-space: nowrap;
}
.note {
  padding-left: 1em !important;
  text-indent: -1em !important;
}
.note2 {
  padding-left: 2em !important;
  text-indent: -2em !important;
}
.note3 {
  padding-left: 3em !important;
  text-indent: -3em !important;
}
.red {
  color: #FF0000;
}
@media screen and (max-width:1019px) {
  #header {
    position: fixed;
    top: 0;
    width: 100vw;
    box-sizing: border-box;
    z-index: 1;
  }
  #header #heaBox {
    position: relative;
  }
  .hamburger-menu {
    display: block;
    position: fixed;
    right: 12px;
    top: 58px;
    transform: translateY(-50%);
    z-index: 10;
  }
  .hamburger-menu #menu-btn-check {
    display: none;
  }
  .menu-btn {
    display: flex;
    height: 42px;
    width: 42px;
    justify-content: center;
    align-items: center;
    background-color: #004098;
  }
  .menu-btn span, .menu-btn span:before, .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    transition: .4s;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
    transition: .4s;
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    transition: .4s;
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    transition: .4s;
  }
  #leftContents {
    position: fixed;
    top: 107px;
    left: 100vw;
    width: 131px;
    height: 100vh;
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: .7s;
  }
  #menu-btn-check:checked ~ #leftContents {
    left: auto;
    right: 0;
  }
  #contents {
    padding: 115px 10px 0;
  }
  .column_wrap {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
  }
  #mainContents {
    max-width: none;
  }
  /*#mainContents,#rightContents{float: none;}
  .column_wrap:after{
    content:"";
    clear: both;
  }*/
}
@media screen and (max-width:674px) {
  #header #heaBox #heaMenu {
    display: none;
  }
  #leftContents {
    max-width: none;
  }
  #mainContents {
    margin-right: 0;
  }
  #mainContents img {
    width: auto;
  }
  #rightContents .rightBox h3 img {
    width: 100%;
    height: auto;
  }
  #rightContents {
    width: 100%;
  }
  #rightContents .rightBox {
    display: flex;
    gap: 10px;
  }
  .column_wrap {
    flex-wrap: wrap;
  }
  #mainContents {
    margin-right: 0;
  }
  #footer {
    padding: 1px 10px 10px;
  }
  #footer #fooBox #copyright {
    clear: both;
    padding-top: 10px;
  }
}